home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DESKTOP / FHPALETTE.ZIP / !Palette / History < prev    next >
Text File  |  1996-10-10  |  943b  |  24 lines

  1. Versions
  2. ________
  3.  
  4.  
  5.  
  6. Version 1.00 was the first release version.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Version 1.01 fixed some problems in screen modes above 256 colours. Thanks to David Pilling who finds the bug. The reason for this is that I called:
  11.  
  12. _swix(Wimp_ForceRedraw,_IN(0)|_IN(1)|_IN(2)|_IN(3)|_IN(4),-1,0,0,-1,-1);
  13.  
  14. With this settings the redraw is not functioning well. I changed this to:
  15.  
  16. _swix(Wimp_ForceRedraw,_IN(0)|_IN(1)|_IN(2)|_IN(3)|_IN(4),-1,0,0,0xffff,0xffff);
  17.  
  18. I think that with this settings the problem will be solved and so I released Palette version 1.01.
  19.  
  20. ------------------------------------------------------------------------------
  21.  
  22. Version 1.02 fixed a problem with handling the additional features, eg. Border and Pointer colours. After changing more than one additional colour and you switch back to changing Wimp colours the wrong colour was modified by the user.
  23.  
  24.